Cognition-Based Extraction and Modelling of Topographic Eminences
نویسندگان
چکیده
Terrain is generally stored in GIS as an elevation field, whereas human cognition of the landscape is usually object based. To address this mismatch of terrain data models, we propose object-based terrain representation, using topographic eminences, which are landforms that rise up conspicuously from the ground to visibly dominate the landscape, to illustrate our case. We propose a cognition based methodology for automated detection and delineation of eminences from DEMs. Alternative conceptualizations of the landscape can be realized by simple manipulation of intuitive parameters such as a peak’s relative height and distance. Our approach delimits the extent of eminences based purely on topographic gradient and aspect, much like the delineation of ridges as watershed boundaries. Smaller eminences can be incrementally aggregated into larger cognitive wholes, providing for scale-sensitive landscape reconstruction. The ability to integrate field and object views of the landscape is essential for raster-vector data layer integration. Hence, we also discuss some database modeling and ontology development strategies to manage the extracted landforms within a geographic information system. Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 2 Integrated Field-Object Models for Terrain Representation The earth’s physical surface is modeled in most geographic information systems (GIS) as a discrete approximation to a quantitative field capturing the variation in elevation over geographic space. Field based models are useful for geophysical analysis, but are inappropriate for capturing the naïve geographic knowledge of people. The common sense perception of terrain is, predominantly, object based (Mark and Smith 2004; Smith and Mark 2003). People typically cognize and communicate about discrete landforms and conspicuous regions, such as hills or valleys, rather than elevation or its derivative fields. Most natural languages are replete with words, phrases, idioms and expressions for describing the natural landscape in terms of landform entities. Similarly, landforms serve as important cultural landmarks on every topographic map, and hence landform toponymy is an important aspect of topographic mapping. Because digital gazetteers are based on topographic maps, landforms are also important feature types in topographic gazetteers such as the Geographic Names Information System (GNIS) maintained by the U.S. Geological Survey (USGS). However, neither the process of selecting, naming, labeling map features, nor the logic underlying the typology of map features is documented properly. There are also several discrepancies between gazetteers or feature typologies in common use in USA and other countries. Despite the need to represent macroscopic landforms in databases, object based terrain representation has been practiced mostly for lakes, rivers, streams, forests, and wetlands, etc. rather than for landforms. This is because their boundary can be mapped at the physically observable wetland-dryland interface. Most other landform types such as mountains, hills, mesas, valleys, canyons and gorges are not easily delineated due to the lack of unambiguous criteria for defining their boundaries. Continuous field data models such as the Digital Elevation Model (DEM), the Triangular Irregular Network (TIN), surface patches, and elevation contours have been used traditionally for terrain representation in GIS. This poses a significant problem for metadata models and automated terrain reasoning applications. Without appropriate object-based models of topographic features, it is impossible to build information systems that can directly represent people’s naïve landform concepts. For example, the current version of the National Map (maintained by USGS) supports elevation as a data layer, but has no support for querying footprints and spatial attributes of individual landforms. Some other possible applications of object-based topographic models include landform semantic similarity assessment, landform aware wayfinding directions, and geographic information retrieval through online search engines. Although object-based cognition of terrain appears to be a human universal (Frank 2001; Lakoff 1988), it is also true that spatial cognition including the cognition of landform entities and entity types is subject to cultural and linguistic variation (Mark and Turk 2003; Smith and Mark 1998; Montello 1995; Mark and Frank 1991; Frank and Mark 1991). Hence, the same physical surface may be reconstructed in different ways by different groups of people for different idiographic observation and reasoning contexts. In contrast, the elevation field data model is simple, and relatively independent of conceptual bias. It is better suited as the initial data storage model from which multiple context specific object data models can be derived. To account for multiple landform ontologies, we propose that a close link be maintained between the field and object models such that different object based reconstructions of the same landscape can be compared in geographic and conceptual space. In the last few years, researchers have begun to move beyond the traditional field-object divide, and proposed more fundamental approaches to geographic representation that blend fields and objects (Goodchild, Yuan and Cova 2007; Cova and Goodchild 2002). Similarly, we too advocate an integrated hierarchical data modeling framework that combines field, object, and network models of space. The hierarchical nature of Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 3 this framework stems from the need for an intuitive and easily customizable framework for context sensitive transitioning from lower-level, computer-oriented field models to higher-level, cognition-oriented object terrain data models. We have implemented this framework as a prototype system for object oriented modeling of the class of landforms that are elevated above their immediate surroundings, which we refer to as topographic eminences. Topographic eminences form a fundamental superordinate category of landforms, including all elevated topographic landforms that rise sufficiently above their immediate surroundings to merit human attention (Sinha 2008; Mark and Sinha 2006). In this paper, we will use topographic eminences to demonstrate how our hierarchical terrain modeling framework can help in developing topographic domain ontologies. It is important to note that different approaches might be needed to model topographic entities in other superordinate domains, such as valleys. In the following sections, we will discuss the conceptual foundations of our framework, give a brief summary of our research on flexible methods of topographic eminence delineation from DEMs, and discuss how we plan to utilize integrated raster and vector database management techniques to ensure “live” connections between object and field representations of terrain. We hope that our research will help in the development of an ontology, and implement a database query model for seamless and dynamic transitions between field and object representations of topographic features. Computational Extraction of Topographic Eminences from Digital Elevation Data The identification and delimitation of individual landforms from digital elevation models presents several computational and conceptual challenges. Questions such as “where is the horizontal limit or boundary of a hill?” or “where does the hillside end and where does the valley wall start?” illustrate why delineation of “attached objects” (i.e., parts of the earth’s surface) such as landforms cannot be addressed without an element of subjective decision making. Moreover, the boundary of a landform may be different depending on what it is supposed to be (e.g., lake vs. marsh). There has been considerable research on segmenting or classifying landscapes from rasterized terrain data (Brown, Lusch, and Duda 1998; Burrough, van Gaans, and MacMillan 2000; Fels and Matson 1996; Irvin, Ventura, and Slater 1997; MacMillan, Jones, and McNabb 2000; MacMillan and others 2004; Schmidt and Hewitt 2004; Ventura, and Irvin 2000). The basic strategy for all image classification methods has been to directly operate on pixels and assign them to one or more classes depending on whether crisp or fuzzy classification systems are used (Tso, and Mather 2001). Pixel classes have been used to delineate large sized physiographic provinces and ecological regions, and also much smaller regions such as hillslope or soil units. These landscape units are homogenous patches resulting from multivariate statistical classification, and generally not visually salient and structurally whole parts of the landscape. The segmented regions frequently nest within each other since most algorithms classify each pixel independently of another. A cognitively salient landform needs to be represented as one topologically closed unit, whereas segmentation algorithms often yield numerous similarly classified, but spatially disconnected patches. A more relevant pixel classification approach can be found in the geomorphometric literature. As discussed below, we find these more useful for eminence delineation. A necessary condition for landform object representation and analysis is the existence of a topologically closed shape. The first step is therefore to explicitly establish the approximate extents (boundaries) of landforms. Although automated extraction for boundaries of drainage Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 4 basins and river channels has been researched for a long time (cf. O’Callaghan and Mark 1984, Jenson and Domingue 1988), there have been only occasional attempts to extract elevated landforms. In one such study, Graff and Usery (1993) extracted mounts from digital elevation models based on slope thresholds specified by photogrammetric experts. Later, Miliaresis and Argialas (1999) proposed a more complicated rule based approach that combined slope and elevation information to extract mountain objects from the planar surroundings. The limitation of these algorithms is that they cannot guarantee topologically connected “wholes without holes” since small areas may remain unclassified. Also, the heuristic nature of these algorithms makes it difficult to adapt them across terrain types and scales. Another limitation of these DEM segmentation algorithms is inability to resolve between simple and complex landforms, or support partonomic analysis. A recently proposed research method (Chaudhry and Mackaness 2008) that utilizes nested contours to find summit regions, and then measures the vertical prominence of the summit to identify prominent eminences, partly alleviates these issues. The advantage of using contour trees to find eminences is that the technique applies equally well to all terrain types. Moreover, a single measure of peak prominence is much easier to specify to account for contextual variation than derivation of region specific multi-parameter rules. Following identification of prominent summits, the authors use Wood’s (1996) scale dependent, polynomial surface method to classify each location into a morphometric class (pit, channel, pass, peak, ridge, and plane) for several geographic scales (defined as 3*3 to 51*51 pixel wide kernels centered on each location). The dominant class across all scales is selected as the final class for each location. The aggregation of similarly classified pixels yields morphologic polygons which are overlaid with summits to find footprints of summits. Chaudhry and Mackaness also determine summit hierarchies to support partonomic relationships between larger and smaller eminences. Although this method is likely to be relatively robust in varied terrain types, we are reluctant to adopt it because instead of explicitly determining eminence boundaries, the authors rely on the “emergent” method of multi-scale morphometric classification. It is also not clear how localized pixel classification can prevent topologically disconnected polygons dominating the final results. And lastly, as very fine resolution DEM data become available through LIDAR and other such technologies, kernels large enough to cover landform features will become computationally expensive to apply. Our independently developed method for eminence detection and selection is similar to this recently published work, since we also rely on peak prominence to distinguish important summit regions. However, for delineation purposes we propose two alternatives: one inspired by the region-growing algorithms discussed above, and another based on the popular watershed segmentation algorithm used in hydrological modeling. We also split the landform delineation process into two phases: detection and delimitation so that conceptualizations of landscape constituents may be realized easily. Note that readers interested in the detailed technical discussion of our algorithms will have to wait for a future publication or should contact the authors for more information, since a detailed discussion of our algorithms is beyond the scope of this paper. However, we do our best in the following sections to provide enough information for readers to critically assess the merit and limitations of our work. Detection of Eminences The detection phase requires analysis of the DEM and extraction of locations that people are likely to recognize as summits or lower edges of eminences. As a first step, we use established terrain analysis techniques to derive morphometric parameters (e.g., slope and curvature thresholds) and features (e.g., peak, pass, and ridge line) that signify the localized presence of eminences. These Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 5 eminence ‘markers’ represent the first hierarchical transition from the elevation field to a feature based representation of the terrain shape. These markers then become the starting points for the detection and subsequent delimitation of individual eminences. For example, eminences with conical summits are detected through peak prominence, whereas eminences with non-conical, flatter tops are best detected through their lower boundaries marked by sudden change from high to much lower gradients. Not all markers will be relevant for analysis. Therefore, we need noise removal techniques to select only those markers which represent cognitively salient eminences. We use two related parameters: prominence (vertical height of a peak in the largest encircling area not containing a higher elevation) and isolation (horizontal distance to the next highest elevation/peak) to help users intuitively select the minimum level of dominance for an eminence to be recognized as an independent entity in the landscape. In general, prominence will be more useful in mountainous terrain with several peaks, and isolation will prove to be a more intuitive parameter in flatter landscapes with isolated eminences. Figure 1 illustrates how to calculate the prominence and isolation for an eminence based on the apex and the key col (which represents the saddle point connecting the eminence to the nearest higher eminence). Prominence and isolation also control the granularity at which the landscape should be cognized. For example, for a test area covering the Presidential Range in the White Mountains of New Hampshire (USA), we found that the number of ‘valid’ peaks reduces drastically from 893 to 558 if the prominence threshold is set to just 0.3m; the number of valid peaks reduced to 325 at 3m, 92 at 30m, and 49 at 60m prominence threshold values. Interestingly, at about 30m, the selected peaks corresponded quite well with peaks listed in the GNIS database (which is based on named features on USGS topographic maps). INSERT FIGURE 1 HERE Delineation of Eminences The process of eminence delineation follows that of eminence marker detection. We identify two methods of eminence delineation. The first method is an adaptation of the watershed segmentation method commonly used for delineating drainage basins from DEMs (O’Callaghan and Mark 1984; Jenson and Domingue 1988; Riazanoff and Chorowicz 1988; Chorowicz and others 1992). All versions of the watershed segmentation algorithm need to first identify the local drainage direction for each cell. Subsequently, the drainage basin of any point can be identified by recursively tracing all uphill cells that ultimately drain through that point. We modify this algorithm to generate uphill steepest direction paths, and then recursively trace cells ‘flowing up’ toward a prominent peak. Thus, instead of drainage basins, we obtain catchments that represent the dominance regions of peaks; the catchment boundaries coincide with stream channels and valley lines. Note that if an implementation of the traditional drainage basin delineation algorithm is already available, peak catchments can be conveniently derived by ‘inverting’ the input DEM using a simple mathematical transformation (znew = zmax – zold Just like drainage basins, peak catchments too can be arranged into hierarchies based on their adjacency and the elevations of the peaks. The hierarchy determines how secondary catchments may be aggregated to yield larger dominance regions of a few prominent peaks. These maximal catchments represent the approximate spatial extent of the salient topographic eminences in the area. Note that the aggregation process can result in different catchments depending on ). The inverted DEM ‘tricks’ the delineation algorithm into effectively tracing ‘uphill flow’ paths and delineating catchments instead of drainage basins. Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 6 which peaks are deemed important. This flexibility allows the realization of alternative eminence conceptualizations, each reflecting a different cognitive interpretation of the same landscape. We tested our method for the Presidential Range area in the White Mountains, and found meaningful alternative eminence boundaries that corresponded with noticeable valleys (Sinha 2008). Figure 2 shows three eminence conceptualizations for the Presidential Range area. The defining criteria for the conceptualizations are the elevation, prominence or isolation thresholds that result in different subsets of salient peaks, and therefore maximal extents of the corresponding eminences. INSERT FIGURE 2 HERE The catchment delineation method does not, however, produce satisfactory results for eminences with flat tops, because the absolute peak is not a cognitively salient feature of the landscape (although flat top eminences are easily identified as whole eminences by people). Problems also arise for isolated eminences rising above relatively flat ground because even a minor gradient induces the peak catchment to extend far out onto the flatter surrounding areas, much beyond what most people would consider the perceptual edge of the eminence. The problem therefore lies in the assumption that every eminence can be defined by a salient peak and that eminences can be bound by ridgelines (watershed boundaries). We verified this problem by testing the method in an area in northwest New Mexico, USA well known for its isolated, uniquely shaped arid eminences typical in arid landscapes (e.g., Shiprock and Table Mesa). In such an environment, the afore-mentioned region growing segmentation techniques or the multi-scale morphometric classification may be adopted. There is the problem, however, of not being able to easily find a representative, topologically closed region, for every cognitively salient eminence. This makes it difficult to characterize the landscape in terms of landform object properties and object relationships. Moreover, the heuristic parameters required for the region growing algorithms do not transfer well across study areas. Consequently, we are currently working on an advanced catchment delineation method to make it applicable across all eminence types. One algorithm we are testing analyzes the initial catchment boundary for overshooting, and then erodes it inwards, till the average boundary gradient increases to a threshold considered high enough to mark a perceptually sharp transition from eminence flanks to surrounding flats (Sinha 2008). The greatest strength of our method of landform delineation is that we maintain a strong commitment to cognition based parameterization. This ensures that there is an obvious, intuitive connection between concepts people use for real world landform cognition and reasoning, and concepts needed for identification and delineation of landforms computationally. Our method can also easily be customized for multiple granularities and landscape conceptualizations by manipulation of intuitive landscape parameters such as prominence, isolation, elevation, slope, visibility, etc. Ontology Development and Object-Based Database Modeling Delineation algorithms themselves are, however, only part of the solution. We also need to ensure that multiple landform conceptualizations can be realized and stored alongside with each other in the same system. Thus, versioning and multiple representation database technologies are essential for storage, management, retrieval, and comparison of alternative landscape conceptualizations. The success of this endeavor is contingent on two factors: a good database model, and an ontology for clearly specifying database semantics. Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 7 For our experiments, we conceived an object-oriented database model for storing multiple spatial representations of an eminence: peak (point/point collection), summit area (point collection/polygon), peak catchment (polygon), lower boundary (ring), minimum bounding rectangle (polygon); additionally, we maintained a link to the DEM from which the eminence was derived so that spatial properties could be measured real time. Morphometric parameters are objective markers, common to all conceptualizations; hence, not only did we maintain links between eminences and morphometric peaks and passes, we also utilized surface network theory (Cayley 1859; Maxwell 1870; Pfaltz 1976; Wood 2000; Rana 2004) by tracing steepest ascent ridgelines from all passes to peaks. We used a graph data structure to store and query the surface network to extract topological information about eminences (e.g., peak hierarchies, peak neighbors, and ridgeline distances between peaks). Such an integrated raster-vector-network topographic data model can support a wide variety of spatial queries: (geometric, topological, mereotopological, continuous field, and attribute based). It also improves information retrieval efficiency if query typologies are constructed to automatically match queries to the most efficient data structure used for eminence representation. We used TerraLib, a freely available and easily extensible open-source GIS library for implementing our object-oriented topographic database model. For conceptual specification of all database elements, we suggest having separate ontologies of topographic fields, features, and discrete landform objects. The field ontology would require the specification of the elevation layer and its derivative fields (e.g., relative elevation, slope, aspect, and curvature). The morphometric feature ontology would formalize definition parameters and detection techniques for geomorphometric feature primitives (e.g., peak, pass, pit, flat, ridge, and channel) that can be extracted from the elevation and derivative fields. Also included in this middle tier are surface networks. Field and morphometric feature ontologies can be assumed to be relatively free of cultural, linguistic, and idiosyncratic influence. Finally, the uppermost tier is dedicated to the formal specification of eminences as a fundamental category of landscape objects with consistent geometric, topological and partonomic properties. When examined in conjunction, the three ontology tiers can provide even greater insight because they will reveal the incremental process of extraction of landform objects from elevation fields. Implications for the National Map Ontology As noted in the introductory section, we envisage a range of applications for our research. We use the National Map as an example in this section since this paper was solicited by the as part of the National Map Ontology initiative. The USGS can indeed utilize our ideas by implementing multirepresentation database models and tiered ontologies to avoid the present disconnect between the eight data layers comprising the National Map. In our research, we remain committed to three philosophies: experiential realism (Lakoff 1990), theory of landscape affordances (Gibson 1979), and the naïve geography paradigm that promotes information system design based on “formal models of the common sense world” (Egenhofer and Mark 1995). We believe that the National Map Ontology too should adopt a similar commitment to common-sense based ontology development. The National Map Ontology has string cognitive foundations, it will have the potential for becoming a great Upper Level Ontology, which will promote and facilitate a whole suite of niche, application domain specific ontologies. The USGS has an obvious mandate to make the National Map information system easily accessible to the lay person. Several researchers have discussed the merits of cognition-based database modeling for geographic information systems (Mennis 2003. Mennis, Peuquet, and Qian Cognition-Based Extraction and Modelling of Topographic Eminences. Cartographica, Vol. 45(2), 2010, pp. 105-112 8 2000; Mark and others 1999). Hence, it is critical that the National Map Ontology has a strong cognitive basis. The general user cannot be expected to have advanced understanding of topographic ontologies, but a strong cognitive basis will ensure that most concepts and categories and the semantics of the categories will be intuitively understood by the average information consumer. Only cognition aware ontologies can ensure such resonance between people’s naïve geographic concepts and topographic information systems.
منابع مشابه
Detection and Delineation of Topographic Eminences
Topographic eminence is a basic level category representing all convex shaped topographic landforms rising above their immediate surroundings. As opposed to everyday objects, the properties of an eminence are dependent on how it is conceptualized and where it is delineated. Research has shown that there are multiple conceptualizations of eminences (and other landforms) depending on cultural and...
متن کاملDelineation of Valleys and Valley Floors
Methods to automatically derive landforms have typically focused on pixel-based, bottom-up approaches and most commonly on the derivation of topographic eminences. In this paper we describe an object-based, top-down algorithm to identify valley floors. The algorithm is based on a region growing approach, seeded by thalwegs with pixels added to the region according to a threshold gradient value....
متن کاملComputing the Past – Utilizing Historical Data Sources for Map-Based Retrospective Landscape Research
This paper presents a method for the extraction of high level compound forest cover information from manually produced scanned historical topographic maps. The contained forest cover is a unique data source for GIS-based land cover change modelling. As a case study, this work focuses on the so-called Siegfried Map, the Swiss national topographic map series of the 19 century. The map is of low g...
متن کاملNeuroscale: Novel Topographic Feature Extraction Using Rbf Networks 1 `neuroscale': a Feed-forward Neural Network Topographic Transformation
Dimension-reducing feature extraction neural network techniques which also preserve neighbourhood relationships in data have traditionally been the exclusive domain of Kohonen self organising maps. Recently, we introduced a novel dimension-reducing feature extraction process, which is also topographic, based upon a Radial Basis Function architecture. It has been observed that the gener-alisatio...
متن کاملModelling of Mean Drop Size in a Extraction Spray Column and Developing a New Model
In the present investigation the biosorption potential of rosa gruss an teplitz (Red Rose) Waste Biomass (RRWB) for the removal of Pb(II) and Co(II) from aqueous solutions was studied. The effect of different process parameters such as pH, biosorbent dose, biosorbent size, temperature, contact time, initial metal concentration and pretreatments on the biosorption capacity of this waste biom...
متن کاملذخیره در منابع من
با ذخیره ی این منبع در منابع من، دسترسی به آن را برای استفاده های بعدی آسان تر کنید
عنوان ژورنال:
- Cartographica
دوره 45 شماره
صفحات -
تاریخ انتشار 2010